Skip to content

Commit

Permalink
change version to 4.0.0 from dev and bump osbs-client version
Browse files Browse the repository at this point in the history
* CLOUDBLD-11183

Signed-off-by: Robert Cerven <rcerven@redhat.com>
  • Loading branch information
rcerven committed Oct 6, 2022
1 parent 22074e0 commit 9a0ff2e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion atomic_reactor/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
of the BSD license. See the LICENSE file for details.
"""

__version__ = "4.0.dev0"
__version__ = "4.0.0"
2 changes: 1 addition & 1 deletion rel-eng/packages/atomic-reactor
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.dev0-1 ./
4.0.0-1 ./
2 changes: 1 addition & 1 deletion requirements-devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ krb5==0.2.0
# via pyspnego
mccabe==0.6.1
# via flake8
osbs-client @ git+https://github.com/containerbuildsystem/osbs-client@55c3e72ef9c5fb6fa41ebbe8e8295dc0b5681b78
osbs-client @ git+https://github.com/containerbuildsystem/osbs-client@f60111429487ab36bd8aaf37b2e9f7d5eab331c8
# via -r requirements.in
packaging==21.2
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jsonschema
paramiko>=2.10.1
PyYAML
ruamel.yaml
git+https://github.com/containerbuildsystem/osbs-client@55c3e72ef9c5fb6fa41ebbe8e8295dc0b5681b78#egg=osbs-client
git+https://github.com/containerbuildsystem/osbs-client@f60111429487ab36bd8aaf37b2e9f7d5eab331c8#egg=osbs-client
# cannot build cryptography with rust for version >= 3.5
cryptography < 3.5
requests
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ koji==1.26.1
# via -r requirements.in
krb5==0.2.0
# via pyspnego
osbs-client @ git+https://github.com/containerbuildsystem/osbs-client@55c3e72ef9c5fb6fa41ebbe8e8295dc0b5681b78
osbs-client @ git+https://github.com/containerbuildsystem/osbs-client@f60111429487ab36bd8aaf37b2e9f7d5eab331c8
# via -r requirements.in
paramiko==2.10.3
# via -r requirements.in
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='atomic-reactor',
version='4.0.dev0',
version='4.0.0',
description=DESCRIPTION,
author='Red Hat, Inc.',
author_email='atomic-devel@projectatomic.io',
Expand Down

0 comments on commit 9a0ff2e

Please sign in to comment.