Compare commits

..

No commits in common. "94d8c3d6df0e9f89efc51f47ee2a30e3cb18fc79" and "e19eab418abfe3ab8ebb9c517c9021823af06ef4" have entirely different histories.

3 changed files with 2 additions and 4 deletions

2
.gitignore vendored
View file

@ -1,6 +1,4 @@
*~
*.pyc
.coverage
.tox/
dist/
docs/_build/

View file

@ -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/)
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

View file

@ -6,7 +6,7 @@ build-backend = "hatchling.build"
[project]
name = "WuttaSync"
version = "0.1.0"
version = "0.1.1"
description = "Wutta framework for data import/export and real-time sync"
readme = "README.md"
authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}]