Skip to content

Commit

Permalink
Merge branch 'develop' into feature/80_drop_py2
Browse files Browse the repository at this point in the history
  • Loading branch information
goessebr committed Jul 6, 2022
2 parents 03e95f8 + fb75955 commit 4b334eb
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 12 deletions.
11 changes: 0 additions & 11 deletions .pyup.yml

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.0.0 (06-07-2022)
------------------

- Drop python 2 support (#80)
- Update to pyramid 2 (#78)
- Update dependencies (#77)
- Is setup.cfg still needed? (#76)
- Drop pyup support (#75)
- Which HTTP methods does the "redirect" route support? (#73)

0.4.0 (07-12-2020)
------------------

Expand Down
28 changes: 28 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: Urihandler
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Koen
family-names: Van Daele
email: koen.vandaele@vlaanderen.be
affiliation: Flanders Heritage Agency
orcid: 'https://orcid.org/0000-0002-8153-2978'
- given-names: Wouter
family-names: Claeys
email: wouter.claeys@vlaanderen.be
affiliation: Flanders Heritage Agency
repository-code: 'https://github.com/OnroerendErfgoed/urihandler'
keywords:
- uri
- identifier
- redirect
- handler
license: GPL-3.0
version: 1.0.0
date-released: '2022-07-06'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="urihandler",
version="0.4.0",
version="1.0.0",
description="A tiny application that handles (cool) uri's.",
long_description=README + "\n\n" + CHANGES,
classifiers=[
Expand Down

0 comments on commit 4b334eb

Please sign in to comment.