Skip to content

Commit bb68b57

Browse files
authored
Merge pull request #97 from jeffbass/dev-1.2.0
Update version files for PyPI
2 parents 8065ccc + 5df24a6 commit bb68b57

File tree

6 files changed

+16
-9
lines changed

6 files changed

+16
-9
lines changed

Diff for: HISTORY.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Ongoing Development
99

10-
- Testing **imageZMQ** with newer versions of Python (through 3.11)
11-
- Modifying tests to use Picamera2 and latest Raspberry Pi OS
12-
13-
- Improving documentation content, layout, arrangement.
14-
- Including additional Example programs and documentation.
10+
- Adding ZMQ options as keyword parameters
11+
- Adding tests using localhost and pytest
1512
- Adding more questions to FAQs doc file.
13+
- Including additional Example programs and documentation.
14+
15+
## 1.2.0 - 2024-07-17
16+
17+
- Tested **imageZMQ** with newer versions of Python (through 3.11).
18+
- Modified tests to use Picamera2 and latest Raspberry Pi OS.
19+
- Improved documentation content, layout, arrangement.
1620

1721
## 1.1.1 - 2020-05-22
1822

Diff for: docs/badge_fetch.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Dependencies and Installation
1111

1212
.. |release| image:: https://img.shields.io/github/v/release/jeffbass/imagezmq
1313

14-
.. |releasedate| image:: https://img.shields.io/badge/release%20date-may%202020-brightgreen
14+
.. |releasedate| image:: https://img.shields.io/badge/release%20date-July%202024-brightgreen
1515

1616
.. |license| image:: https://img.shields.io/pypi/l/imagezmq
1717

Diff for: docs/images/python_versions.svg

+1-1
Loading

Diff for: docs/images/release_date.svg

+1-1
Loading

Diff for: imagezmq/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
a Raspberry Pi camera could be sent to another computer
88
for displaying the images using cv2.imshow() or for further image processing.
99
10-
Copyright (c) 2017 by Jeff Bass.
10+
Copyright (c) 2018-2024 by Jeff Bass.
1111
License: MIT, see LICENSE for more details.
1212
"""
1313
# populate fields for >>>help(imagezmq)

Diff for: pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["setuptools"]
3+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)