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

Commit ac3cc0a

Browse files
committed
Bump version: 1.3.3 → 1.3.4
1 parent e4682ff commit ac3cc0a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.3.3
2+
current_version = 1.3.4
33
tag_name = {new_version}
44
files = setup.py doc/conf.py pypicloud/__init__.py
55
commit = True

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
copyright = u'2013, Steven Arcangeli'
2525
github_user = u'stevearc'
2626

27-
release = '1.3.3'
27+
release = '1.3.4'
2828
version = '.'.join(release.split('.')[:2])
2929

3030
exclude_patterns = ['_build']

pypicloud/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from .route import Root
1515
from .util import EnvironSettings
1616

17-
__version__ = "1.3.3"
17+
__version__ = "1.3.4"
1818
LOG = logging.getLogger(__name__)
1919

2020

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
if __name__ == "__main__":
4747
setup(
4848
name="pypicloud",
49-
version="1.3.3",
49+
version="1.3.4",
5050
description="Private PyPI backed by S3",
5151
long_description=README + "\n\n" + CHANGES,
5252
classifiers=[

0 commit comments

Comments
 (0)