Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
master
------

5.0.0 (2020-12-01)
5.0.1 (2021-01-19)
------------------

Enhancements:
~~~~~~~~~~~~~
- `#98 <https://github.com/castle/castle-python/pull/98>`__ rename the namespace from ``IP`` to ``IPs``

5.0.0 (2021-01-19)
------------------

Breaking Changes:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2020 Castle
Copyright (c) 2021 Castle

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion castle/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '5.0.0'
VERSION = '5.0.1'