Skip to content

Commit

Permalink
Bump version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Dec 7, 2023
1 parent 443804f commit dd34817
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
@@ -1,8 +1,10 @@
Changelog
=========

1.x (???)
---------
1.3 (2023-12-07)
----------------

(reprozip and reprounzip only)

Enhancements:
* Store used UNIX sockets in the trace
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -65,9 +65,9 @@
# built documents.
#
# The short X.Y version.
version = u'1.2'
version = u'1.3'
# The full version, including alpha/beta/rc tags.
release = u'1.0'
release = u'1.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion reprounzip/reprounzip/main.py
Expand Up @@ -32,7 +32,7 @@
from reprounzip.utils import stderr


__version__ = '1.2.1'
__version__ = '1.3'


logger = logging.getLogger('reprounzip')
Expand Down
2 changes: 1 addition & 1 deletion reprounzip/setup.py
Expand Up @@ -18,7 +18,7 @@
'distro',
'pyelftools']
setup(name='reprounzip',
version='1.2.1',
version='1.3',
packages=['reprounzip', 'reprounzip.unpackers',
'reprounzip.unpackers.common', 'reprounzip.plugins'],
entry_points={
Expand Down
2 changes: 1 addition & 1 deletion reprozip/reprozip/__init__.py
Expand Up @@ -2,4 +2,4 @@
# This file is part of ReproZip which is released under the Revised BSD License
# See file LICENSE for full license details.

__version__ = '1.2'
__version__ = '1.3'
2 changes: 1 addition & 1 deletion reprozip/setup.py
Expand Up @@ -42,7 +42,7 @@
'requests',
'distro']
setup(name='reprozip',
version='1.2',
version='1.3',
ext_modules=[pytracer],
packages=['reprozip', 'reprozip.tracer'],
entry_points={
Expand Down

0 comments on commit dd34817

Please sign in to comment.