Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2625252

Browse files
committedMar 18, 2014
version bump for master to 1.6a
1 parent a0bc59a commit 2625252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup
55
#from distutils.core import setup
66

7-
version = '1.4.1'
7+
version = '1.6a'
88

99
setup(name='johnny-cache',
1010
version=version,

5 commit comments

Comments
 (5)

estebistec commented on Mar 18, 2014

@estebistec

No v1.5?

jmoiron commented on Mar 18, 2014

@jmoiron
OwnerAuthor

master is going to target compatibility with django 1.(4,5,6)

estebistec commented on Mar 18, 2014

@estebistec

I see, so the version is designed to match the latest compatible version?

jmoiron commented on Mar 18, 2014

@jmoiron
OwnerAuthor

Yep. Despite not releasing a 1.5 (the 1.4.1 tag I think supports it) I still want to follow this:

http://johnny-cache.readthedocs.org/en/latest/#deprecation-policy

pablorecio commented on Apr 7, 2014

@pablorecio
Contributor

Is there any chance we could get 1.4.1 and 1.6a released to PyPI? It'd be really helpful.

Please sign in to comment.