Skip to content

Commit

Permalink
Merge pull request #97 from jeffbass/dev-1.2.0
Browse files Browse the repository at this point in the history
Update version files for PyPI
  • Loading branch information
jeffbass authored Jul 18, 2024
2 parents 8065ccc + 5df24a6 commit bb68b57
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 9 deletions.
14 changes: 9 additions & 5 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Ongoing Development

- Testing **imageZMQ** with newer versions of Python (through 3.11)
- Modifying tests to use Picamera2 and latest Raspberry Pi OS

- Improving documentation content, layout, arrangement.
- Including additional Example programs and documentation.
- Adding ZMQ options as keyword parameters
- Adding tests using localhost and pytest
- Adding more questions to FAQs doc file.
- Including additional Example programs and documentation.

## 1.2.0 - 2024-07-17

- Tested **imageZMQ** with newer versions of Python (through 3.11).
- Modified tests to use Picamera2 and latest Raspberry Pi OS.
- Improved documentation content, layout, arrangement.

## 1.1.1 - 2020-05-22

Expand Down
2 changes: 1 addition & 1 deletion docs/badge_fetch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Dependencies and Installation

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion docs/images/python_versions.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/images/release_date.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion imagezmq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
a Raspberry Pi camera could be sent to another computer
for displaying the images using cv2.imshow() or for further image processing.
Copyright (c) 2017 by Jeff Bass.
Copyright (c) 2018-2024 by Jeff Bass.
License: MIT, see LICENSE for more details.
"""
# populate fields for >>>help(imagezmq)
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

0 comments on commit bb68b57

Please sign in to comment.