Skip to content

Commit 1b511bc

Browse files
committed
Merge branch 'hotfix/1.1.2'
2 parents 89b734f + ee7336a commit 1b511bc

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

compressor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# following PEP 386, versiontools will pick it up
2-
__version__ = (1, 1, 1, "final", 0)
2+
__version__ = (1, 1, 2, "final", 0)

docs/changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
v1.1.2
5+
------
6+
7+
- Fixed an installation issue related to versiontools.
8+
49
v1.1.1
510
------
611

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
# General information about the project.
4343
project = u'Django Compressor'
44-
copyright = u'2011, Django Compressor authors'
44+
copyright = u'2012, Django Compressor authors'
4545

4646
# The version info for the project you're documenting, acts as replacement for
4747
# |version| and |release|, also used in various other places throughout the
@@ -50,7 +50,7 @@
5050
# The short X.Y version.
5151
version = '1.1'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '1.1.1'
53+
release = '1.1.2'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,6 @@ def find_package_data(
126126
'django-appconf >= 0.4',
127127
],
128128
setup_requires = [
129-
'versiontools >= 1.6',
129+
'versiontools >= 1.8.2',
130130
],
131131
)

0 commit comments

Comments
 (0)