Skip to content

Commit 5d0c217

Browse files
committed
Updating the change logs and version
1 parent 5e4f8b5 commit 5d0c217

File tree

6 files changed

+15
-6
lines changed

6 files changed

+15
-6
lines changed

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ Also thanks to:
1313
- moloney for Unicode vs. Bytes default
1414
- serv-inc for adding help(deepdiff)
1515
- movermeyer for updating docs
16+
- maxrothman for search in inherited class attributes
17+
- maxrothman for search for types/objects

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# deepdiff v 3.2.1
1+
# deepdiff v 3.3.0
22

33
[![Join the chat at https://gitter.im/deepdiff/Lobby](https://badges.gitter.im/deepdiff/Lobby.svg)](https://gitter.im/deepdiff/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
44
<!-- ![Downloads](https://img.shields.io/pypi/dm/deepdiff.svg?style=flat) -->
@@ -794,6 +794,7 @@ And here is more info: <http://zepworks.com/blog/diff-it-to-digg-it/>
794794

795795
## Change log
796796

797+
- v3-3-0: Searching for objects and class attributes
797798
- v3-2-2: Adding help(deepdiff)
798799
- v3-2-1: Fixing hash of None
799800
- v3-2-0: Adding grep for search: object | grep(item)
@@ -848,3 +849,5 @@ Also thanks to:
848849
- moloney for Unicode vs. Bytes default
849850
- serv-inc for adding help(deepdiff)
850851
- movermeyer for updating docs
852+
- maxrothman for search in inherited class attributes
853+
- maxrothman for search for types/objects

README.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**DeepDiff v 3.2.1**
1+
**DeepDiff v 3.3.0**
22

33
Deep Difference of dictionaries, iterables, strings and other objects. It will recursively look for all the changes.
44

@@ -240,6 +240,7 @@ http://zepworks.com/blog/diff-it-to-digg-it/
240240

241241
**Changelog**
242242

243+
- v3-3-0: Searching for objects and class attributes
243244
- v3-2-2: Adding help(deepdiff)
244245
- v3-2-1: Fixing hash of None
245246
- v3-2-0: Adding grep for search: object | grep(item)
@@ -294,3 +295,5 @@ Also thanks to:
294295
- moloney for Unicode vs. Bytes default
295296
- serv-inc for adding help(deepdiff)
296297
- movermeyer for updating docs
298+
- maxrothman for search in inherited class attributes
299+
- maxrothman for search for types/objects

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
# built documents.
6161
#
6262
# The short X.Y version.
63-
version = '3.2.1'
63+
version = '3.3.0'
6464
# The full version, including alpha/beta/rc tags.
65-
release = '3.2.1'
65+
release = '3.3.0'
6666

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

docs/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.
55
6-
DeepDiff 3.2.1 documentation!
6+
DeepDiff 3.3.0 documentation!
77
=============================
88

99
**DeepDiff: Deep Difference of dictionaries, iterables and almost any other object recursively.**
@@ -346,6 +346,7 @@ Indices and tables
346346
Changelog
347347
=========
348348

349+
- v3-3-0: Searching for objects and class attributes
349350
- v3-2-2: Adding help(deepdiff)
350351
- v3-2-1: Fixing hash of None
351352
- v3-2-0: Adding grep for search: object | grep(item)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
long_description = "Deep Difference and Search of any Python object/data."
1414

1515
setup(name='deepdiff',
16-
version='3.2.1',
16+
version='3.3.0',
1717
description='Deep Difference and Search of any Python object/data.',
1818
url='https://github.com/seperman/deepdiff',
1919
download_url='https://github.com/seperman/deepdiff/tarball/master',

0 commit comments

Comments
 (0)