Compare commits
No commits in common. "94d8c3d6df0e9f89efc51f47ee2a30e3cb18fc79" and "e19eab418abfe3ab8ebb9c517c9021823af06ef4" have entirely different histories.
94d8c3d6df
...
e19eab418a
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,6 +1,4 @@
|
||||||
*~
|
*~
|
||||||
*.pyc
|
*.pyc
|
||||||
.coverage
|
.coverage
|
||||||
.tox/
|
|
||||||
dist/
|
|
||||||
docs/_build/
|
docs/_build/
|
||||||
|
|
|
@ -5,7 +5,7 @@ All notable changes to WuttaSync will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## v0.1.0 (2024-12-05)
|
## v0.1.0 (??)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "WuttaSync"
|
name = "WuttaSync"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
description = "Wutta framework for data import/export and real-time sync"
|
description = "Wutta framework for data import/export and real-time sync"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}]
|
authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}]
|
||||||
|
|
Loading…
Reference in a new issue