Skip to content

Commit

Permalink
release version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lahwaacz committed Dec 31, 2017
1 parent 3770427 commit fa73599
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
Changelog
=========

Version 1.3
-----------

Unreleased
(`changes <https://github.com/lahwaacz/wiki-scripts/compare/1.2...master>`__)

Version 1.2
-----------

Unreleased
(`changes <https://github.com/lahwaacz/wiki-scripts/compare/1.1...master>`__)
(`changes <https://github.com/lahwaacz/wiki-scripts/compare/1.1...1.2>`__)

- Large refactoring: :py:mod:`ws.core` renamed to :py:mod:`ws.client`, created
:py:mod:`ws.utils`, :py:mod:`ws.statistics`, :py:mod:`ws.interlanguage`
Expand All @@ -16,8 +22,10 @@ Unreleased
checking of legal characters, handling of namespace aliases.
- Added :py:mod:`ws.autopage` submodule.
- Switched from :py:mod:`nose` to :py:mod:`pytest` for testing.
- Added :py:mod:`ws.db` and :py:mod:`ws.grabbers` modules (still highly
experimental).
- Added :py:mod:`ws.db` module for the synchronization of a remote wiki into a
local PostgreSQL database. See the GitHub issue for more information:
https://github.com/lahwaacz/wiki-scripts/issues/35. This also means multiple
new dependencies, see the README file for details.
- Transparent automatic conversion of timestamp strings into the Python's
:py:mod:`datetime.datetime` objects. As a result, manual calls to the
:py:func:`ws.utils.parse_date` and :py:func:`ws.utils.format_date` functions
Expand Down
2 changes: 1 addition & 1 deletion ws/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = "Jakub Klinkovský <[email protected]>"
__url__ = "https://github.com/lahwaacz/wiki-scripts"
__version__ = "1.1"
__version__ = "1.2"

0 comments on commit fa73599

Please sign in to comment.