Skip to content

Commit

Permalink
Merge pull request #115 from maniek2332/ft/pyhistory
Browse files Browse the repository at this point in the history
Tracking changelog with pyhistory
  • Loading branch information
labuzm committed Feb 20, 2021
2 parents ccf00fa + c89dbb0 commit a8f0263
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .pyhistory/1613768068274866-11a4588
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
new property `Node.root_distance`
1 change: 1 addition & 0 deletions .pyhistory/1613768077692265-bc61a3e
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
new properties `Node.effective_z_index`, `Node.effective_views`
1 change: 1 addition & 0 deletions .pyhistory/1613768088262566-8c0a75d
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
new module `kaa.statistics`
1 change: 1 addition & 0 deletions .pyhistory/1613768125122441-4cdc15a
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
new utility module `kaa.tools.stats_graph`
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Changelog
---------

1 change: 1 addition & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
cmake>=3.13.1
pyhistory==2.1
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ style = pep440
versionfile_source = src/kaa/_version.py
versionfile_build = kaa/_version.py
tag_prefix = v

[pyhistory]
history_dir = .pyhistory
history_file = CHANGELOG.rst

0 comments on commit a8f0263

Please sign in to comment.