Skip to content

Commit 7fc3625

Browse files
authored
Updated version numbers and documentation (#21)
1 parent 9d50c71 commit 7fc3625

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
You should also add project tags for each release in Github, see [Managing releases in a repository](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository).
88

99
## [Unreleased]
10+
11+
12+
## [2.1.0] - 2025-06-09
1013
### Changed
1114
- GitHub workflow for linting and formatting uses ruff as a separate job
1215

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818

1919
# -- Project information -----------------------------------------------------
2020

21-
project = "testdoc"
22-
copyright = "2023, Luke Ruud"
21+
project = "cdstemplate"
22+
copyright = "2023, UMass Amherst Center for Data Science"
2323
author = "Luke Ruud"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "0.1"
26+
release = "2.1.0"
2727

2828

2929
# -- General configuration ---------------------------------------------------

docs/index.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.
55
6-
Welcome to testdoc's documentation!
6+
Welcome to cdstemplate's documentation!
77
===================================
8+
This is a sample python project template that has opinionated guidelines on
9+
how to set up a python module for data science projects with unit tests and Sphinx documentation.
810

11+
Autogenerated documentation for modules
12+
=======================================
13+
These are created from the python docstrings.
914

1015
.. automodule:: cdstemplate.word_count
1116
:members:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "cdstemplate"
9-
version = "2.0.0"
9+
version = "2.1.0"
1010
description = "A template repo for data science and machine learning projects at UMass Center for Data Science."
1111
readme = "README.md"
1212

0 commit comments

Comments
 (0)