We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a69122 commit c27969fCopy full SHA for c27969f
README.md
@@ -249,7 +249,7 @@ Python 2.7 and 3.0 - 3.4 are supported. Note that development occurs on Python 3
249
250
### Changelist
251
252
-#### 1.0 - WIP
+#### 1.0 - 2014-10-18
253
254
* Add timers.
255
* Add integrated database support.
@@ -259,9 +259,6 @@ Python 2.7 and 3.0 - 3.4 are supported. Note that development occurs on Python 3
259
* Switch to MIT license.
260
[1]: https://pypi.python.org/pypi/irc
261
262
-##### Yet to do for 1.0:
263
-* Clean up code and raise test coverage.
264
-
265
#### 0.4 - 2014-03-30
266
267
* Add support for Python 2.7.
pyromancer/__init__.py
@@ -1 +1 @@
1
-__version__ = '0.4'
+__version__ = '1.0'
0 commit comments