Skip to content

Commit 4ba9ea2

Browse files
committed
Bump version to 2.1.0.1
1 parent 161b58c commit 4ba9ea2

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGES.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Version 2.1.0.1
2+
2014-02-20
3+
- Release draft version of documentation at http://cybox.readthedocs.org/
4+
- Add automatic detection of SHA224, SHA384, and SHA512 hashes.
5+
- Fix DateWithPrecision and DateTimeWithPrecision types and add tests.
6+
- Add tests for Hostname and DomainName objects.
7+
- Update test for SocketAddress object.
8+
- Remove cybox.utils.nsparser.NamespaceParser.
9+
- Add doctests to example content.
10+
- Various typo corrections and bugfixes.
11+
12+
113
Version 2.1.0.0
214
2014-01-24
315
- Updated objects and other types to support Version 2.1 of the CybOX language.

cybox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) 2014, The MITRE Corporation. All rights reserved.
22
# See LICENSE.txt for complete terms.
33

4-
__version__ = "2.1.0.0"
4+
__version__ = "2.1.0.1"
55

66
import collections
77
import inspect

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
# The short X.Y version.
5555
version = '2.1.0'
5656
# The full version, including alpha/beta/rc tags.
57-
release = '2.1.0.0'
57+
release = '2.1.0.1'
5858

5959
# The language for content autogenerated by Sphinx. Refer to documentation
6060
# for a list of supported languages.

0 commit comments

Comments
 (0)