Skip to content

Commit c27969f

Browse files
committed
Release as v1.0
1 parent 4a69122 commit c27969f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Python 2.7 and 3.0 - 3.4 are supported. Note that development occurs on Python 3
249249

250250
### Changelist
251251

252-
#### 1.0 - WIP
252+
#### 1.0 - 2014-10-18
253253

254254
* Add timers.
255255
* 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
259259
* Switch to MIT license.
260260
[1]: https://pypi.python.org/pypi/irc
261261

262-
##### Yet to do for 1.0:
263-
* Clean up code and raise test coverage.
264-
265262
#### 0.4 - 2014-03-30
266263

267264
* Add support for Python 2.7.

pyromancer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.4'
1+
__version__ = '1.0'

0 commit comments

Comments
 (0)