mirror of
https://github.com/sprockets/sprockets.http.git
synced 2024-11-14 19:29:28 +00:00
Version bumps for 0.2.2.
This commit is contained in:
parent
a58be5af37
commit
dbc023890a
2 changed files with 5 additions and 1 deletions
|
@ -3,6 +3,10 @@
|
|||
Release History
|
||||
===============
|
||||
|
||||
`0.2.2`_ (23 Jul 2015)
|
||||
----------------------
|
||||
- Fixed requirements management... why is packaging so hard?!
|
||||
|
||||
`0.2.1`_ (23 Jul 2015)
|
||||
----------------------
|
||||
- Corrected packaging metadata
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import os
|
||||
|
||||
|
||||
version_info = (0, 2, 1)
|
||||
version_info = (0, 2, 2)
|
||||
__version__ = '.'.join(str(v) for v in version_info)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue