We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c70db commit eca1a7eCopy full SHA for eca1a7e
README.md
@@ -5,6 +5,8 @@ Hypermedia Resource - Python
5
6
This library provides a generic interface for hypermedia messages. It is currently in active development and is not recommended for production use.
7
8
+**Note**: This is being deprecated so it can be renamed to `representor`.
9
+
10
## Installing
11
12
```
hypermedia_resource/__init__.py
@@ -1,5 +1,5 @@
1
__title__ = 'hypermedia_resource'
2
-__version__ = '0.1.11'
+__version__ = '0.2.0'
3
__author__ = 'Stephen Mizell'
4
__license__ = 'MIT'
0 commit comments