Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
techalchemy committed Sep 23, 2018
1 parent 39170e2 commit b8526ab
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
@@ -1,3 +1,12 @@
0.1.2 (2018-09-23)
==================

Bug Fixes
---------

- Fixed an issue which caused failures when generating ``VirtualEnv.sys_path`` due to passing of ``posixpath`` instances to normalization methods expecting strings. `#5 <https://github.com/sarugaku/mork/issues/5>`_


0.1.1 (2018-09-23)
==================

Expand Down
1 change: 0 additions & 1 deletion news/5.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion src/mork/__init__.py
Expand Up @@ -3,6 +3,6 @@
from __future__ import absolute_import, unicode_literals
from .virtualenv import VirtualEnv

__version__ = '0.1.2.dev0'
__version__ = '0.1.2'

__all__ = ["VirtualEnv"]

0 comments on commit b8526ab

Please sign in to comment.