Skip to content

Commit

Permalink
Merge pull request #121 from basler/feature/update_versions_for_1.0
Browse files Browse the repository at this point in the history
update versions for 1.0
  • Loading branch information
thiesmoeller authored Aug 9, 2024
2 parents 3ea57aa + 427dcfe commit abf874e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.0.0] - 2024-08-xx
## [1.0.0] - 2024-08-09
### Added
- added script to generate release notes

Expand Down
2 changes: 1 addition & 1 deletion bindings/packaging/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name="pygstpylon",
version="0.6.0",
version="1.0.0",
author="Basler AG",
description="python bindings to gstpylon",
url="baslerweb.com",
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('gst-plugin-pylon', 'c', 'cpp',
version : '0.7.3',
version : '1.0.0',
meson_version : '>= 0.61',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
Expand Down
2 changes: 1 addition & 1 deletion packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gst-plugin-pylon (0.7.3) unstable; urgency=medium
gst-plugin-pylon (1.0.0) unstable; urgency=medium

* Refer to Package Release Notes for details: https://github.com/basler/gst-plugin-pylon/blob/main/CHANGELOG.md

Expand Down

0 comments on commit abf874e

Please sign in to comment.