Skip to content

Commit

Permalink
Merge pull request #2 from peaky76/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
peaky76 committed Feb 15, 2024
2 parents ac2b1ed + e966150 commit e7b8c7e
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
18 changes: 18 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2

build:
os: "ubuntu-22.04"
tools:
python: "3.11"
jobs:
post_create_environment:
# Install poetry
- pip install poetry
# Tell poetry to not use a virtual environment
- poetry config virtualenvs.create false
post_install:
# Install dependencies with 'docs' dependency group
- poetry install --with docs

sphinx:
configuration: docs/source/conf.py
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 1.0.1 (2024-02-15)

#### Docs

- `readthedocs` config

#### Others

- add description to `pyproject.toml`

## 1.0.0 (2024-02-14)

#### New Features
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "likeness"
version = "1.0.0"
description = ""
version = "1.0.1"
description = "A mixin that puts a number on object comparisons"
authors = ["peaky76 <robertjamespeacock@gmail.com>"]
license = "GPL-3.0-only"
readme = "README.md"
Expand Down

0 comments on commit e7b8c7e

Please sign in to comment.