Skip to content

Commit

Permalink
bumps version and updates changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhadfield committed Apr 21, 2024
1 parent bf13c13 commit 1d07ab9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

1.0.6

- Add option to allow name duplication. Thanks [moonbuggy](https://github.com/moonbuggy)
- Add support for utf-8

1.0.5

- Fix repr and str output. Thanks [trim21](https://github.com/trim21).
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ python-hosts

This is a python library for managing a hosts file.
It enables you to add and remove entries, or import them from a file or URL.

Changelog available [here](CHANGELOG.md).

Documentation
-------------
The docs are hosted on RTD (Read The Docs) here:
<http://python-hosts.readthedocs.org/en/latest/index.html>.


Installation
------------
pip install python-hosts
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from setuptools import setup
from setuptools.command.test import test as TestCommand
version = "1.0.5"
version = "1.0.6"

if sys.argv[-1] == 'publish':
os.system('python setup.py sdist upload -r pypi')
Expand Down

0 comments on commit 1d07ab9

Please sign in to comment.