Skip to content
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.

Commit

Permalink
Bump version: 1.3.10 → 1.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
stevearc committed Sep 20, 2022
1 parent 21e4c56 commit dbe27be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.10
current_version = 1.3.11
tag_name = {new_version}
files = setup.py doc/conf.py pypicloud/__init__.py
commit = True
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
copyright = u'2013, Steven Arcangeli'
github_user = u'stevearc'

release = '1.3.10'
release = '1.3.11'
version = '.'.join(release.split('.')[:2])

exclude_patterns = ['_build']
Expand Down
2 changes: 1 addition & 1 deletion pypicloud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from .route import Root
from .util import EnvironSettings

__version__ = "1.3.10"
__version__ = "1.3.11"
LOG = logging.getLogger(__name__)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
if __name__ == "__main__":
setup(
name="pypicloud",
version="1.3.10",
version="1.3.11",
description="Private PyPI backed by S3",
long_description=README + "\n\n" + CHANGES,
classifiers=[
Expand Down

0 comments on commit dbe27be

Please sign in to comment.