Skip to content

Commit f3631cc

Browse files
author
marysieek
committed
Release 5.0.1
1 parent e5fed0b commit f3631cc

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
master
22
------
33

4-
5.0.0 (2020-12-01)
4+
5.0.1 (2021-01-19)
5+
------------------
6+
7+
Enhancements:
8+
~~~~~~~~~~~~~
9+
- `#98 <https://github.com/castle/castle-python/pull/98>`__ rename the namespace from ``IP`` to ``IPs``
10+
11+
5.0.0 (2021-01-19)
512
------------------
613

714
Breaking Changes:

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2020 Castle
3+
Copyright (c) 2021 Castle
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

castle/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '5.0.0'
1+
VERSION = '5.0.1'

0 commit comments

Comments
 (0)