Skip to content

Commit

Permalink
Release aftermath.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Jan 19, 2024
1 parent a6281ba commit c931bd0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log

## 0.9 (unreleased)
## 1.0 (unreleased)

- Nothing changed, yet.

## 0.9 (2024-01-19)

- initial release
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# vereqsyn

[![Test](https://github.com/minddistrict/vereqsyn/actions/workflows/tests.yml/badge.svg)](https://github.com/minddistrict/vereqsyn/actions/workflows/tests.yml)
[![PyPI - Version](https://img.shields.io/pypi/v/vereqsyn.svg)](https://pypi.org/project/vereqsyn)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/vereqsyn.svg)](https://pypi.org/project/vereqsyn)

Bi-directional version.cfg <–> requirements.txt synchronization
Bi-directional versions.cfg <–> requirements.txt synchronization

This program can be used to synchronize a `versions.cfg` used by
[zc.buildout](https://pypi.org/project/zc.buildout/) with a `requirements.txt`
Expand Down Expand Up @@ -37,8 +38,8 @@ vereqsyn versions.cfg requirements.txt

## Constraints

* `version.cfg` is the source of truth. `requirements.txt` can get recreated.
* So `version.cfg` can contain comments, the ones in `requirements.txt` are
* `versions.cfg` is the source of truth. `requirements.txt` can get recreated.
* So `versions.cfg` can contain comments, the ones in `requirements.txt` are
lost when running recreate.

## Hacking
Expand Down
2 changes: 1 addition & 1 deletion src/vereqsyn/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024-present Michael Howitz <[email protected]>
#
# SPDX-License-Identifier: MIT
__version__ = "0.9"
__version__ = "1.0"

0 comments on commit c931bd0

Please sign in to comment.