Skip to content

Commit

Permalink
Increment version, update copyright years
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Apr 27, 2021
1 parent 4bef347 commit ab39571
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2010-2020 The pg-semver Maintainers: David E. Wheeler, Sam
Copyright (c) 2010-2021 The pg-semver Maintainers: David E. Wheeler, Sam
Vilain, Tom Davis, and Xavier Caron.

This module is free software; you can redistribute it and/or modify it under
Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "semver",
"abstract": "A semantic version data type",
"description": "Provides a data type the enforces the Semantic Version format and includes support btree and hash indexing.",
"version": "0.31.0",
"version": "0.31.1",
"maintainer": [
"David E. Wheeler <[email protected]>",
"Sam Vilain <[email protected]>",
Expand All @@ -15,7 +15,7 @@
"abstract": "A semantic version data type",
"file": "sql/semver.sql",
"docfile": "doc/semver.mmd",
"version": "0.31.0"
"version": "0.31.1"
}
},
"prereqs": {
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
semver 0.31.0
semver 0.31.1
=============

[![PGXN version](https://badge.fury.io/pg/semver.svg)](https://badge.fury.io/pg/semver)
Expand Down Expand Up @@ -78,7 +78,7 @@ for testing, PL/pgSQL.
Copyright and License
---------------------

Copyright (c) 2010-2020 The pg-semver Maintainers: David E. Wheeler, Sam
Copyright (c) 2010-2021 The pg-semver Maintainers: David E. Wheeler, Sam
Vilain, Tom Davis, and Xavier Caron.

This module is free software; you can redistribute it and/or modify it under
Expand Down
4 changes: 2 additions & 2 deletions doc/semver.mmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
semver 0.31.0
semver 0.31.1
=============

Synopsis
Expand Down Expand Up @@ -346,7 +346,7 @@ Authors
Copyright and License
---------------------

Copyright (c) 2010-2020 The pg-semver Maintainers: David E. Wheeler, Sam
Copyright (c) 2010-2021 The pg-semver Maintainers: David E. Wheeler, Sam
Vilain, Tom Davis, and Xavier Caron.

This module is free software; you can redistribute it and/or modify it under
Expand Down
2 changes: 1 addition & 1 deletion semver.control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# semver extension
comment = 'Semantic version data type'
default_version = '0.31.0'
default_version = '0.31.1'
module_pathname = '$libdir/semver'
relocatable = true
1 change: 1 addition & 0 deletions sql/semver--0.31.0--0.31.1.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-- C source code changes only; No SQL changes.
2 changes: 1 addition & 1 deletion src/semver.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* + Tom Davis <[email protected]>
* + Xavier Caron <[email protected]>
*
* Copyright 2010-2020 The pg-semver Maintainers. This program is Free
* Copyright 2010-2021 The pg-semver Maintainers. This program is Free
* Software; see the LICENSE file for the license conditions.
*/

Expand Down

0 comments on commit ab39571

Please sign in to comment.