Skip to content

Commit

Permalink
Merge pull request #495 from ncclient/release-0.6.11
Browse files Browse the repository at this point in the history
Preparation for 0.6.11 release
  • Loading branch information
einarnn committed May 29, 2021
2 parents 176a23a + 275113a commit 32b3565
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Changelog
@@ -1,3 +1,11 @@
version 0.6.11
-------------

* Support for custom client capabilities
* Restructuring/refactoring of example scripts
* Minor bugfixes
* Minor unit test refactoring

version 0.6.10
-------------

Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -19,6 +19,7 @@ by [Leonidas Poulopoulos (@leopoul)](http://ncclient.org) and Einar Nilsen-Nygaa

| Date | Release | Description |
| :----: | :-----: | :---------- |
| 05/27/21 | `0.6.11` | See [release page](https://github.com/ncclient/ncclient/releases/tag/v0.6.11)|
| 02/18/21 | `0.6.10` | See [release page](https://github.com/ncclient/ncclient/releases/tag/v0.6.10)|
| 08/08/20 | `0.6.9` | See [release page](https://github.com/ncclient/ncclient/releases/tag/v0.6.9) |
| 08/01/20 | `0.6.8` | Pulled due to accidental breaking API change |
Expand Down Expand Up @@ -189,6 +190,7 @@ Thus, making a release becomes a simple process:

## Contributors

* v0.6.11: @musicinmybrain, @sstancu, @earies
* v0.6.10: @vnitinv, @omaxx, @einarnn, @musicinmybrain, @tonynii, @sstancu, Martin Volf, @fredgan, @avisom, Viktor Velichkin, @ogenstad, @earies
* v0.6.8: [Fred Gan](https://github.com/fredgan), @vnitinv, @kbijakowski, @iwanb, @badguy99, @liuyong, Andrew Mallory, William Lvory
* v0.6.7: @vnitinv, @chaitu-tk, @sidhujasminder, @crutcha, @markgoddard, @ganeshrn, @songxl, @doesitblend, @psikala, @xuxiaowei0512, @muffizone
Expand Down
8 changes: 8 additions & 0 deletions README.rst
Expand Up @@ -104,6 +104,13 @@ Supported device handlers
Changes \| brief
~~~~~~~~~~~~~~~~

**v0.6.11**

* Support for custom client capabilities
* Restructuring/refactoring of example scripts
* Minor bugfixes
* Minor unit test refactoring

**v0.6.10**

* NETCONF call-home (RFC8071) support
Expand Down Expand Up @@ -254,6 +261,7 @@ Changes \| brief

Acknowledgements
~~~~~~~~~~~~~~~~
- v0.6.11: @musicinmybrain, @sstancu, @earies
- v0.6.10: @vnitinv, @omaxx, @einarnn, @musicinmybrain, @tonynii, @sstancu, Martin Volf, @fredgan, @avisom, Viktor Velichkin, @ogenstad, @earies
- v0.6.9: [Fred Gan](https://github.com/fredgan)
- v0.6.8: [Fred Gan](https://github.com/fredgan), @vnitinv, @kbijakowski, @iwanb, @badguy99, @liuyong, Andrew Mallory, William Lvory
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -48,7 +48,7 @@
# The short X.Y version.
version = '0.6'
# The full version, including alpha/beta/rc tags.
release = '0.6.10'
release = '0.6.11'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion ncclient/__init__.py
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = (0,6,10)
__version__ = (0,6,11)

import sys

Expand Down

0 comments on commit 32b3565

Please sign in to comment.